home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 05.zip / BS1 part 5 / METRO BBS.adf / s / Startup-Sequence < prev    next >
Text File  |  1992-06-13  |  789b  |  24 lines

  1. Addbuffers df0: 10
  2. Addbuffers df1: 10
  3. c:SetPatch >NIL: ;patch system functions
  4. cd c:
  5. echo "A500/A2000 Workbench disk.  Release 1.3 version 34.20*N"
  6. Sys:System/FastMemFirst ; move C00000 memory to last in list
  7. BindDrivers
  8. SetClock load ;load system time from real time clock (A1000 owners should
  9.               ;replace the SetClock load with Date
  10. FF >NIL: -0 ;speed up Text
  11. resident CLI L:Shell-Seg SYSTEM pure add; activate Shell
  12. resident c:Execute pure
  13. mount newcon:
  14. ;
  15. failat 11
  16. run execute s:StartupII ;This lets resident be used for rest of script
  17. wait >NIL: 5 mins ;wait for StartupII to complete (will signal when done)
  18. ;
  19. SYS:System/SetMap usa1 ;Activate the ()/* on keypad
  20. path ram: c: sys:utilities sys:system s: add ;set path for Workbench
  21. stack 40000
  22. run jrbeep
  23. run df1:bbs/metro
  24.